home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / bob_espo.swf / scripts / frame_1 / PlaceObject2_34_326 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2013-04-24  |  137b  |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(_parent.getBytesLoaded() == _parent.getBytesTotal())
  3.    {
  4.       _parent.gotoAndStop("Init");
  5.    }
  6. }
  7.